/* 背景颜色 */

.bc_ffffff {
    background-color: #ffffff;
}

.bc_074c97 {
    background-color: #074c97;
}

.bc_000000 {
    background-color: #000000;
}


/* 字体颜色 */

.tc_ffffff {
    color: #ffffff;
}

.tc_989898 {
    color: #989898;
}

.tc_ef7127 {
    color: #ef7127;
}

.tc_074c97 {
    color: #074c97;
}

.tc_7ba4c9 {
    color: #7ba4c9;
}

.tc_000000 {
    color: #000000;
}


/* 字体样式 */

.fw_b {
    font-weight: bolder;
}

.fs-50 {
    font-size: 50px;
}

.fs-55 {
    font-size: 55px;
}


/* 宽度 */

.w-20 {
    width: 20%;
}

.pc_n {
    display: none !important;
}


/*  */

.navbar {
    padding: 0;
}

.nav-item {
    position: relative;
    width: 17%;
    text-align: center;
    transition: all 1s;
}

.nav-item div {
    /*display: none;
    */
    position: absolute;
    top: 100%;
    width: 100%;
    height: 15px;
    padding-top: 17px;
    overflow: hidden;
    transition: height 0.5s;
}

.nav-item:hover div {
    height: 147px;
}

.nav-item div ul {
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    border-right: 3px solid #e5e5e5;
    border-bottom: 3px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.nav-item div ul li {
    width: 100%;
    position: relative;
    padding: 10px 0;
}

.nav-item div ul li a {
    font-size: 22px;
    border-bottom: 1px solid #000;
}

.nav-item:before {
    background: url(../images/index/DD.jpg) left no-repeat;
    background-size: 100% 100%;
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.navbar-nav {
    width: 100%;
    justify-content: space-between;
}

.nav-link {}

.active::before {
    background: url(../images/index/LDD.jpg) left no-repeat;
    background-size: 100% 100%;
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.tit {
    border: 3px solid #0a4181;
    font-weight: bolder;
    width: 30%;
    margin: 0 35%;
}

.sd {
    background: url(../images/index/sd.png) no-repeat;
    background-size: 100% 100%;
}

.pc_bt {
    background: url(../images/index/pc_bt.png) no-repeat;
    background-size: 100% 100%;
    width: 90%;
    text-align: center;
    font-size: 26px;
    padding: 2% 0;
    margin: 0 10%;
}

.pc_bt a {
    color: #ffffff;
}

.cp_tp img:hover {
    border-radius: 40% 0 40% 0;
    transition: all 0.5s;
}

.cp .more {
    background-color: #0a4181;
    font-size: 22px;
    width: 20%;
    margin: 0 40%;
    border-radius: 10px;
}

.col_cp1,
.col_cp2 {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.col_cp3 {
    border-bottom: 1px solid #000;
}

.col_cp4,
.col_cp5 {
    border-right: 1px solid #000;
    position: relative;
}

.col_cp4:before,
.col_cp5:before {
    position: absolute;
    content: "";
    background: #0a4181;
    width: 46px;
    height: 6px;
    top: -3px;
    right: -23px;
}

.col_cp4:after,
.col_cp5:after {
    position: absolute;
    content: "";
    background: #0a4181;
    width: 6px;
    height: 46px;
    top: -23px;
    right: -3px;
}

.cp1,
.cp4 {
    margin-right: 4rem;
}

.cp2,
.cp5 {
    margin: 0 2rem;
}

.cp3,
.cp6 {
    margin-left: 4rem;
}

.time_hr {
    width: 50%;
    border-top: 4px solid #0a4181;
    margin-top: 0;
    margin-bottom: 0;
}

.more a {
    color: #ffffff;
}

.lxwm {
    background: url(../images/index/lxwm.jpg) center no-repeat;
}

.lxwm .more {
    background-color: #ffffff;
    font-size: 20px;
    width: 8%;
    padding: 5px 0;
    margin: 0 0;
    border-radius: 10px;
}

.lxwm .more a {
    color: #0a4181;
}

.subtit {
    font-weight: bolder;
    color: #0a418114;
    font-size: 80px;
}

.title {
    font-size: 55px;
    font-weight: bolder;
    margin-top: -75px;
}

.ys_bg {
    background: url(../images/index/ys_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.wdys {
    position: relative;
    height: 980px;
}

.ys_img1 {
    position: absolute;
    top: 0;
    left: 0;
}

.ys_01 {
    position: absolute;
    top: 85px;
    right: 0;
    display: flex;
    align-items: center;
}

.ys_02 {
    position: absolute;
    top: 310px;
    left: 0;
    display: flex;
    align-items: center;
}

.ys_03 {
    position: absolute;
    top: 455px;
    left: 0;
    display: flex;
    align-items: center;
}

.ys_img2 {
    position: absolute;
    top: 215px;
    right: 0;
}

.ys_img3 {
    position: absolute;
    top: 610px;
    left: 0;
}

.ys_04 {
    position: absolute;
    top: 680px;
    right: 0;
    display: flex;
    align-items: center;
}

.ys_05 {
    position: absolute;
    top: 800px;
    right: 0;
    display: flex;
    align-items: center;
}

.news {
    border-top: 4px solid #c1c1c178;
}

.news .more {
    background-color: #074c97;
    border-radius: 5px;
}

.cf:hover {
    color: #ffffff;
}

.cfbj:hover {
    background-color: #0050a5;
}

.qyzz {
    background: url(../images/index/qyzz.jpg) bottom no-repeat;
    background-size: 100.5%;
}

.footer {
    background: #010824 url(../images/index/footer.jpg) top no-repeat;
    background-size: 100%;
    /* height: 180px; */
}

.zz {
    display: flex;
    justify-content: space-around;
}

/* .zz_1 {
    padding-top: 90px;
}

.zz_2 {
    padding-bottom: 90px;
}

.zz_3 {
    padding-top: 90px;
}

.zz_4 {
    padding-bottom: 90px;
}

.zz_5 {
    padding-top: 90px;
} */

.online .more {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #0a4181;
    color: #fff;
    text-align: center;
    margin: 10px 0;
    border-radius: 5px;
}

.news-con h1 {
    font-size: 20px;
    font-weight: bold;
}

.news-con p {
    color: #999;
}

.news-list-body {
    background: #f5f5f5;
    padding: 25px;
    margin-top: 20px;
}

.fl {
    padding: 10px 15px;
    background: #f6f6f6;
    border-left: 2px solid #0050a5;
    margin-right: 10px;
    font-weight: bold;
    color: #0050a5;
}

.fl:hover {
    background: #0050a5;
    color: #fff;
}

.shfw {
    background: url(../images/abouts/shfw.jpg) bottom no-repeat;
    background-size: 100%;
    min-height: 730px;
}

.hxys {
    background: url(../images/abouts/hxys.jpg) bottom no-repeat;
    background-size: 100%;
}

.qrcode {
    width: 100%;
}

/*  */

/*  */

.pro_title {
    margin: 40px 0;
    color: #fff;
    font-size: 26px;
    background: url(../images/gzg/title.png)center no-repeat;
    height: 100px;
    line-height: 100px;
}

.pro_con {
    width: 1040px;
    max-width: 90%;
    margin: auto;
}

.pro_con>span {
    font-size: 26px;
    color: #7b7b7b;
    padding-bottom: 40px;
    padding-top: 10px;
}

.pro_gg {
    margin-bottom: 40px;
    background: url(../images/gzg/gg.jpg) no-repeat;
    background-size: 100% 100%;
    height: 270px;
    position: relative;
}

.pro_gg .pc_n {
    font-size: 26px;
    color: #fff;
    text-align: center;
    padding: 20% 5px;
}

.pro_cs {
    width: 64%;
    margin: auto;
}

.pro_zhu {
    width: 64%;
    margin: auto;
    padding-top: 40px;
}

.pro_zhu p {
    font-size: 26px;
    color: #195ba5;
}

.pro_zs {
    margin: 40px 0;
    color: #fff;
    font-size: 26px;
    background: url(../images/gzg/title.png)center no-repeat;
    height: 100px;
    line-height: 100px;
}

.pro_cxgy {
    font-size: 18px;
    color: #00a7ff;
    line-height: 2;
    /* background: url(../images/gzg/fw2.jpg) no-repeat center; */
    /* padding-top: 370px; */
    /* background-position: -375px -25px;
    background-size: 340% 107%; */
}

.pro_cxgy div {
    font-weight: bolder;
    font-size: 24px;
    color: #fff;
    background: #00a8ff;
    text-align: center;
}

.pro_cxgy p {
    background: #f2f2f4;
    padding: 0 10px;
    text-indent: 32px;
}

/*  */

/*  */

@media (min-width: 1200px) {
    .navbar .container {
        max-width: 95%;
    }

    .cp .container {
        max-width: 90%;
    }

    .news .container {
        max-width: 90%;
    }

    .qyzz .container {
        max-width: 90%;
    }

    .footer .container {
        max-width: 95%;
    }
}

@media screen and (max-width: 700px) {
    .ph_n {
        display: none;
    }

    .pc_n {
        display: block !important;
    }

    .tit {
        width: 50%;
        margin: 0 25%;
        font-size: 22px;
    }

    .col-sm-4 {
        max-width: 33.333333%;
    }

    .col-sm-6 {
        max-width: 50%;
    }

    .fs-sm-20 {
        font-size: 20px !important;
    }

    .plxc {
        padding-left: 15px !important;
    }

    .pc_bt {
        width: 100%;
        margin: 0 0%;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .cp_tp img {
        height: 150px !important;
    }

    .col_cp1,
    .col_cp3 {
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
    }

    .col_cp3,
    .col_cp4 {
        border-bottom: 1px solid #000;
    }

    .col_cp5 {
        border-right: 1px solid #000;
        position: relative;
    }

    .col_cp2,
    .col_cp4 {
        border-right: none;
    }

    .col_cp3:before {
        position: absolute;
        content: "";
        background: #0a4181;
        width: 46px;
        height: 6px;
        top: -3px;
        right: -23px;
    }

    .col_cp3:after {
        position: absolute;
        content: "";
        background: #0a4181;
        width: 6px;
        height: 46px;
        top: -23px;
        right: -3px;
    }

    .col_cp4:before,
    .col_cp4:after {
        display: none;
    }

    .cp1,
    .cp2,
    .cp3,
    .cp4,
    .cp5,
    .cp6 {
        margin: 0 1rem;
    }

    .cp .more {
        width: 55%;
        margin: 0 23%;
        font-size: 16px;
    }

    .lxwm {
        background: url(../images/index/lxwm.jpg) top no-repeat;
        background-size: auto 100%;
        padding-left: 0 !important;
    }

    .lxwm p:nth-child(2) {
        font-size: 18px !important;
        padding-top: 1rem !important;
    }

    .lxwm p:nth-child(3) {
        font-size: 22px !important;
        padding-bottom: 1rem !important;
    }

    .lxwm .more {
        width: 32%;
    }

    .qyzz .pc_n {
        display: flex !important;
        flex-wrap: wrap;
    }

    .zz_1,
    .zz_2,
    .zz_3,
    .zz_4 {
        width: 50%;
        padding: 5px;
    }

    .zz_1 img,
    .zz_2 img,
    .zz_3 img,
    .zz_4 img {
        width: 100%;
        height: auto;
    }

    .subtit {
        font-size: 33px;
    }

    .title {
        font-size: 30px;
        margin-top: -30px;
    }

    .wdys {
        height: auto;
    }

    .ys_img1,
    .ys_img2,
    .ys_img3 {
        display: none;
    }

    .ys_01,
    .ys_02,
    .ys_03,
    .ys_04,
    .ys_05 {
        position: initial;
        justify-content: center;
        margin: 50px 0;
    }

    .ys_01 span,
    .ys_02 span,
    .ys_03 span,
    .ys_04 span,
    .ys_05 span {
        font-size: 25px;
    }

    .ys_01 img,
    .ys_02 img,
    .ys_03 img,
    .ys_04 img,
    .ys_05 img {
        height: 45px;
    }

    .navbar-nav {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .nav-item {
        width: 100%;
        padding: 10px;
        border-top: 1px solid #ccc;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 18px;
    }

    .smw-30 {
        max-width: 30%;
        width: 30%;
    }

    .smw-70 {
        max-width: 70%;
        width: 70%;
    }

    .shfw {
        min-height: 10px;
    }

    .shfw .pages {
        min-height: 10px;
    }

    .hxys .pages {
        min-height: 10px;
    }

    .new_one {
        margin-bottom: 3rem !important;
    }

    .fs-sm-14 {
        font-size: 14px;
    }

    .fs-sm-16 {
        font-size: 16px;
    }

    .fs-sm-18 {
        font-size: 18px;
    }

    .fs-sm-22 {
        font-size: 22px;
    }

    .fs-sm-24 {
        font-size: 24px;
    }

    .fs-sm-28 {
        font-size: 28px !important;
    }

    .cfbj img {
        height: auto !important;
    }

    .new_one .cfbj {
        padding-bottom: 0 !important;
        height: 455px !important;
    }

    .py-sm-1 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar img {
        height: 40px !important;
        margin: 5px;
    }

    .ls-5 {
        letter-spacing: 5px !important;
    }

    .hxys {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .pro_zhu,
    .pro_cs,
    .pro_jia {
        width: 90%;
    }
}